update

FFIB 5 years ago
parent
commit
8afb77f1e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kodosale/settings.py

+ 1 - 1
kodosale/settings.py

@@ -230,7 +230,7 @@ SIMDITOR_TOOLBAR = [
230 230
 SIMDITOR_CONFIGS = {
231 231
     'toolbar': SIMDITOR_TOOLBAR,
232 232
     'upload': {
233
-        'url': '/simditor/upload',
233
+        'url': '/simditor/upload/',
234 234
         'fileKey': 'upload',
235 235
         'image_size': 1024 * 1024 * 4  # max image size 4MB
236 236
     },